home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: txnews.amd.com!news
- From: Ben Van Truong <ben.truong@amd.com>
- Subject: C++ object persistent storage in relational database
- Content-Type: text/plain; charset=us-ascii
- Message-ID: <Dp1qC2.K8v@txnews.amd.com>
- Sender: news@txnews.amd.com
- Nntp-Posting-Host: auhp21
- Content-Transfer-Encoding: 7bit
- Organization: Truong's Associated
- Mime-Version: 1.0
- Date: Fri, 29 Mar 1996 20:31:11 GMT
- X-Mailer: Mozilla 1.1N (X11; I; HP-UX B.10.01 9000/715)
- X-Url: news:comp.lang.c++
-
- We are set to develop a complex mission critical application using C++ and,
- preferably Oracle database. Further more, for the efficiency, we want to
- bypassing the SQL layer, maybe using some 3rd party product that capable of
- taking an C++ object and mapping it into relational tables when an object needs
- to be saved. And composing an object from relational tables when this object
- needs to be brought to live.
-
- Does any one have such an experience? and who are the vendors that has these
- kinds of 'C++ object mappers'.
-
- Thanks.
-
-